home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / bloop.swf / scripts / DefineSprite_126_bullet / frame_1 / DoAction.as
Text File  |  2007-09-27  |  110b  |  7 lines

  1. _root.setFrame(this);
  2. onEnterFrame = function()
  3. {
  4.    _root.checkFrame(this);
  5.    _Y = _Y - moveSpeed;
  6. };
  7.